home *** CD-ROM | disk | FTP | other *** search
- CW-CountWords 1.12
- ==================
-
- _Copyright_
- ---------
- CW is © 1995 by Thomas Strauß. CW is freely distributable, use it at your
- own risk and for what you would like to.
-
- If you manage to sell CW for loads of money, you could leave me a mail,
- maybe I need a salesperson :)
-
- _Disclaimer_
- ----------
- Use CW at your own risk, there is no guarantee that CW does anything
- described in this document.
- If you destroy your important data, your house or the world using CW, don't
- blame me, you have been warned!
-
- _Introduction_
- ------------
- CW is a wordcounter, you give it a text and a word to look up and it tells
- you often this word appears in the given text.
- I needed something that does exactly what CW does and I did not find
- anything like it, which does not mean it does not exist, but I could not
- find it on FreshFish or Aminet CDs.
-
- CW was created using SAS/C 6.5, great compiler!
-
- _Speed_
- -----
- Speed is (on A4K/040) between 150-400KB/Sek.
-
- Be warned! CW was written do search a text line by line. Words or patterns
- that are spread over more than one line will not be found.
- If you try to search binaries, expect unexpected results :)
-
- _Usage_
- ---------
- The template is as follows:
-
- FILE/A,WORD/A,NC=NoCase/S,Q=Quiet/S,B=InBuf/N/K
-
- The option's defaults are:
-
- File: %
- Word: %
- NoCase: False
- Quiet: False
- InBuf: 1000
-
- File: must be given
- The file you want to search through.
-
- Word: must be given
- The word you search for. If you have spaces in your search pattern, it
- must be in quotas "
-
- NC=NoCase: optional
- If given, CW will ignore the case during search.
-
- Q=Quiet: optional
- If given, there will be no output but the final result. Errors will still
- appear.
-
- B=InBuf: optional
- If the text beeing searched has very long lines, you may want to increase
- the line input buffer. A match that is cut by the end of the buffer will
- not be found.
-
- Thats it.
-
- _Who did it?_
- -----------------------
- I did it, if you want to contact me, for whatever reason, this is my
- address:
-
- Thomas Strauß <- This is an Umlaut, if you dont like it use "ss"
- Josefstr. 64
- 66809 Nalbach
- (Germany)
-
- eMail: thst@outsite.saar.de
- BBS: The ***el Outside
- +49 (0) 683 884 739
-